PATH![]() |
![]() ![]() |
When calling the MPExtractTaskState or MPSetTaskState functions you must specify what states you want to obtain or set by passing a constant of type TaskStateKind in the kind parameter.
enum {
kMPTaskStateRegisters = 0,
kMPTaskStateFPU = 1,
kMPTaskStateVectors = 2,
kMPTaskStateMachine = 3,
kMPTaskState32BitMemoryException= 4
};
typedef UInt32 MPTaskStateKind;